home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / cfuncs.zip / FFILLEN.DOC < prev    next >
Text File  |  1991-05-13  |  530b  |  13 lines

  1. /*--------------------------------------------------------------*/
  2. /*----------------------filelength------------------------------*/
  3. /*DESCRIPTION: Finds the length of a file associated with a     */
  4. /*    stream.  Does not change the file pointer.             */
  5. /*                                */
  6. /*RETURNS: the length of the file associated with the given       */
  7. /*       stream or -1L on error.                */
  8. /*USES: nothing                            */
  9. /*IN: ffile.c                             */
  10. /*--------------------------------------------------------------*/
  11.  
  12. long ffilelength(FILE *file)
  13.